home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 August / Enter 08 2006.iso / Pakiet1_start / JetStart Free 3.22 / jetstart.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-06-25  |  3.4 KB  |  65 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=JetStart
  4. AppVerName=JetStart 3.22 Freeware
  5. AppId=JetStartAppID
  6. AppPublisher=Code Sector Inc.
  7. AppPublisherURL=http://www.codesector.com
  8. AppSupportURL=http://www.codesector.com
  9. AppUpdatesURL=http://www.codesector.com/download.asp
  10. AppMutex=JetStartMutex347
  11. DefaultDirName={pf}\JetStart
  12. DefaultGroupName=JetStart
  13. UninstallDisplayIcon={app}\JetStart.exe
  14. OutputBaseFilename=jetstart322
  15. Compression=zip
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. InfoBeforeFile=embedded\InfoBefore.txt
  19. InfoAfterFile=embedded\InfoAfter.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\JetStart,1.exe"; DestDir: "{app}"; DestName: "JetStart.exe"; Flags: ignoreversion 
  24. Source: "{app}\Add.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Hook.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\JetStart,2.exe"; DestDir: "{app}"; DestName: "JetStart.exe"; Flags: ignoreversion 
  27. Source: "{app}\JetStart.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Lock.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\PAD_FILE.XML"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Whatsnew.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32. [Dirs]
  33. Name: "{app}\Data\Disabled\Startup"; 
  34. Name: "{app}\Data\Disabled\Common Startup"; 
  35. [Registry]
  36. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "JetStart"; ValueType: String; ValueData: "{app}\JetStart.exe"; Flags: createvalueifdoesntexist uninsdeletevalue 
  37. Root: HKCR; Subkey: "*\shell\JetStart"; ValueType: String; ValueData: "Jet Start..."; Flags: createvalueifdoesntexist uninsdeletekey 
  38. Root: HKCR; Subkey: "*\shell\JetStart\command"; ValueType: String; ValueData: """{app}\add.dll"" /add ""%L"""; Flags: createvalueifdoesntexist uninsdeletekey 
  39. Root: HKCR; Subkey: "*\shell\Startup"; ValueType: String; ValueData: "Startup..."; Flags: createvalueifdoesntexist uninsdeletekey 
  40. Root: HKCR; Subkey: "*\shell\Startup\command"; ValueType: String; ValueData: """{app}\add.dll"" /startup ""%L"""; Flags: createvalueifdoesntexist uninsdeletekey 
  41. [Run]
  42. Filename: "{app}\JetStart.exe"; Description: "Launch JetStart"; Flags: postinstall skipifsilent nowait
  43. [UninstallRun]
  44. Filename: "http://www.codesector.com/uninstallfeedback.asp?id=3"; Flags: shellexec nowait
  45. [Icons]
  46. Name: "{group}\JetStart"; Filename: "{app}\JetStart.exe"; 
  47. Name: "{userdesktop}\JetStart"; Filename: "{app}\JetStart.exe"; Tasks: desktopicon; 
  48. Name: "{group}\Uninstall JetStart"; Filename: "{uninstallexe}"; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. [CustomMessages]
  52. default.NameAndVersion=%1 version %2
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.